-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.10] [DOCS] Fix 8.10 RNs #166316
Merged
Merged
[8.10] [DOCS] Fix 8.10 RNs #166316
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jrodewig
added
Team:Docs
release_note:skip
Skip the PR/issue when compiling release notes
backport:skip
This commit does not require backporting
docs
v8.10.1
labels
Sep 12, 2023
Pinging @elastic/kibana-docs (Team:Docs) |
Documentation preview: |
abdonpijpelink
approved these changes
Sep 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @abdonpijpelink! |
jrodewig
added a commit
that referenced
this pull request
Sep 14, 2023
# Backport Adds the following commits to `main`: - [[DOCS] Adds the release notes for 8.10.0 (#165077)](#165077) - [[8.10] [DOCS] Fix 8.10 RNs (#166316)](#166316) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"amyjtechwriter","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-09-01T10:06:12Z","message":"[DOCS] Adds the release notes for 8.10.0 (#165077)\n\nAdds the release notes for 8.10.0.\r\n\r\n---------\r\n\r\nCo-authored-by: lcawl <[email protected]>","sha":"162a95938bea9f9b848f16213d1dd9425df96f12","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.10.0","v8.11.0"],"number":165077,"url":"https://github.com/elastic/kibana/pull/165077","mergeCommit":{"message":"[DOCS] Adds the release notes for 8.10.0 (#165077)\n\nAdds the release notes for 8.10.0.\r\n\r\n---------\r\n\r\nCo-authored-by: lcawl <[email protected]>","sha":"162a95938bea9f9b848f16213d1dd9425df96f12"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/166304","number":166304,"state":"MERGED","mergeCommit":{"sha":"f9dd35d868cf641caf53cc52f9dfa23b2e645fa0","message":"[8.10] [DOCS] Adds the release notes for 8.10.0 (#165077) (#166304)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.10`:\n- [[DOCS] Adds the release notes for 8.10.0\n(#165077)](https://github.com/elastic/kibana/pull/165077)\n\nCo-authored-by: amyjtechwriter <[email protected]>"}},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165077","number":165077,"mergeCommit":{"message":"[DOCS] Adds the release notes for 8.10.0 (#165077)\n\nAdds the release notes for 8.10.0.\r\n\r\n---------\r\n\r\nCo-authored-by: lcawl <[email protected]>","sha":"162a95938bea9f9b848f16213d1dd9425df96f12"}}]}] BACKPORT--> --------- Co-authored-by: amyjtechwriter <[email protected]>
This was referenced Oct 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:skip
This commit does not require backporting
docs
release_note:skip
Skip the PR/issue when compiling release notes
Team:Docs
v8.10.1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem:
The 8.10 Kibana release notes currently has enhancements and bug fixes on a separate page. This is due to a missing
[discrete]
tag.Solution:
[discrete]
tag.